home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / graphics / a-g / fu / formulas / tanmandel.form < prev    next >
Encoding:
Text File  |  1995-12-21  |  176 b   |  26 lines

  1. TanMandel
  2. {
  3.     {
  4.         x1=-2.0
  5.         x2= 1.0
  6.         y1=-1.15
  7.         y2= 1.15
  8.         bailout=0.3
  9.     }
  10.     {
  11.         c=pixel
  12.         z=pixel
  13.     }
  14.     {
  15.         z=z*z
  16.         z=z+c
  17.         w=tan(z)
  18.     }
  19.     {
  20.         w>bailout
  21.     }
  22.     {
  23.         CHANGE BAILOUT
  24.     }
  25. }
  26.